Skip to content

Comments

[REFACTOR/#234] 예원 리팩토링#239

Merged
kimyw1018 merged 15 commits intodevelopfrom
refactor/#234-coco-refactoring-1
Feb 23, 2026
Merged

[REFACTOR/#234] 예원 리팩토링#239
kimyw1018 merged 15 commits intodevelopfrom
refactor/#234-coco-refactoring-1

Conversation

@kimyw1018
Copy link
Contributor

@kimyw1018 kimyw1018 commented Jan 21, 2026

#️⃣연관된 이슈

#234

📝작업 내용

  • review 도메인
  • Store (가게) 도메인
  • Admin & DashBoard (관리자/통계) 도메인
  • Partner (파트너 추천) 도메인
  • 스탬프 시스템 구축: 사용자 스탬프 적립, 이벤트 응모자 테이블 분리 및 자동 알림 발송 로직 구현

🔎코드 설명(스크린샷(선택))

스탬프 적립 및 자동 응모 시스템
StudentServiceImpl.addStamp: 단일 API 호출로 스탬프 적립, 응모 조건 확인(10개), 응모자 기록 저장, 알림 발송, 스탬프 초기화

StampEventApplicant 테이블 분리: Student 테이블의 stamp 필드를 리셋하더라도 응모 이력을 영구적으로 관리할 수 있도록 별도 엔티티 도입

💬고민사항 및 리뷰 요구사항 (Optional)

고민사항 및 의견 받고 싶은 부분 있으면 적어두기

비고 (Optional)

참고했던 링크 등 참고 사항을 적어주세요. 코드 리뷰하는 사람이 참고해야 하는 내용을 자유로운 형식으로 적을 수 있습니다.

@kimyw1018 kimyw1018 self-assigned this Jan 21, 2026
@kimyw1018 kimyw1018 added the ♻️ refactor Refactor code label Jan 21, 2026
Copy link
Member

@2ghrms 2ghrms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

…factor/#234-coco-refactoring-1

# Conflicts:
#	src/main/java/com/assu/server/domain/store/controller/StoreController.java
#	src/main/java/com/assu/server/domain/store/dto/StoreResponseDTO.java
#	src/main/java/com/assu/server/domain/store/service/StoreService.java
#	src/main/java/com/assu/server/domain/store/service/StoreServiceImpl.java
#	src/main/java/com/assu/server/domain/user/dto/StudentResponseDTO.java
@kimyw1018 kimyw1018 changed the base branch from main to develop February 15, 2026 09:50
@kimyw1018 kimyw1018 merged commit 5c91a21 into develop Feb 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ refactor Refactor code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants